Skip to content

Translate: <progress> #607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 10, 2023
Merged

Conversation

minyoung22222
Copy link
Contributor

@minyoung22222 minyoung22222 commented May 1, 2023

@@ -16,36 +16,37 @@ The [built-in browser `<progress>` component](https://developer.mozilla.org/en-U

---

## Reference {/*reference*/}
## 참조 {/*reference*/}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glossary 에 명시된 대로 레퍼런스로 음역해 주시면 감사하겠습니다 🙇


Additionally, `<progress>` supports these props:
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): 숫자. 최대`value`를 지정합니다. 기본값은 `1`입니다.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최대value최대 value


* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): A number. Specifies the maximum `value`. Defaults to `1`.
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for intermedinate progress. Specifies how much was done.
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): `0`에서 `최대` 사이의 숫자 또는 중간 진행률의 경우 `null`입니다.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

원문이 indeterminate 의 오타인 것 같네요. 😄

중간 진행률의 경우
결정되지 않은 상태인 경우
→ 혹은 아래 번역해 주신 것과 같이 불확정 상태인 경우 도 좋을 것 같습니다.

@minyoung22222
Copy link
Contributor Author

@goofcode 피드백 감사합니다! 요청해주신 사항 수정 완료하여서 확인부탁드립니다! 🙇

@hg-pyun hg-pyun merged commit 5459579 into reactjs:main May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants